home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / tobby_on_ice.swf / scripts / frame_81 / DoAction.as
Text File  |  2011-08-19  |  218b  |  10 lines

  1. this.stat = "continue";
  2. if(this.stageNum == 3)
  3. {
  4.    this.LastSecMC.stopClock();
  5. }
  6. this.attachMovie("windowcontinue","windowMC",this.depthWindow++);
  7. this.windowMC._x = 320;
  8. this.windowMC._y = 260;
  9. this.stop();
  10.